home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TOPRENAMEDIALOG
/
TOPRENAMEDIALOG.txt
Wrap
Text File
|
2008-11-03
|
1KB
|
60 lines
inherited OpRenameDialog: TOpRenameDialog
HelpType = htKeyword
HelpKeyword = 'Rename'
Caption = 'Rename'
PixelsPerInch = 96
TextHeight = 13
inherited ActionGroupBox: TUiGroupBox
object OldMaskLbl: TUiLabel
Left = 56
Top = 60
Width = 47
Height = 13
Alignment = taRightJustify
Caption = 'Old mask:'
FocusControl = OldMaskEdit
end
object NewMaskLbl: TUiLabel
Left = 50
Top = 84
Width = 53
Height = 13
Alignment = taRightJustify
Caption = 'New mask:'
FocusControl = NewMaskEdit
end
object IsDOSEdit: TUiRadioButton
Left = 24
Top = 24
Height = 17
Caption = '&DOS compatible'
TabOrder = 0
OnClick = IsRegExpClick
end
object IsRegExpEdit: TUiRadioButton
Left = 184
Top = 24
Height = 17
Caption = 'Regular &expressions'
TabOrder = 1
OnClick = IsRegExpClick
end
object OldMaskEdit: TUiEdit
Left = 112
Top = 56
Width = 249
Height = 21
TabOrder = 2
OnChange = MaskEditChange
end
object NewMaskEdit: TUiEdit
Left = 112
Top = 80
Width = 249
Height = 21
TabOrder = 3
OnChange = MaskEditChange
end
end
end